body,
html {
  color: #5e5e5e;
  font-size: Arial, Helvetica, sans-serif, "宋体";
  background-color: #f9f9f9;
}
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
.zs_index {
  padding-top: 40px;
}
header {
  width: 100%;
  height: 40px;
  background-color: #00a0e9;
  position: fixed;
  top: 0;
  left: 0 ;
  z-index: 99999999999999999999999999;
  margin-bottom: 40px;
  padding-top: 1px;
}
header .header_content {
  color: #fff;
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
}
header .header_content a {
  color: #fff;
}
header .header_content .header_left li {
  float: left;
  border-right: 1px #fff solid;
  margin: 11px 0;
  padding: 0px 10px;
}
header .header_content .header_left li:first-child + li + li + li {
  border-right: 0;
}
header .header_content .header_left .follow_us {
  position: relative;
  cursor: pointer;
}
header .header_content .header_left .follow_us:hover .follow_code {
  display: block;
}
header .header_content .header_left .follow_us .follow_code {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 999;
  display: none;
}
header .header_content .header_right {
  float: right;
}
header .header_content .header_right li {
  float: left;
  border-right: 1px #fff solid;
  padding: 0 10px;
  margin: 12px 0;
  padding: 0px 10px;
}
header .header_content .header_right li:first-child + li + li + li + li {
  border-right: 0;
}
header .header_content .header_right li .shop_cart_num {
  display: inline-block;
  padding: 0 4px;
  border-radius: 3px;
  margin-left: 5px;
  background: #ff6600;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
}
header .header_content i {
  margin-right: 5px;
  font-size: 14px;
}
